Visual Studio builds: Generate .pc files
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 26 Apr 2016 08:27:32 +0000 (16:27 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 26 Apr 2016 12:15:45 +0000 (20:15 +0800)
commit71bb1bebc0174f95f2cafd632ec3c5a91e996d20
treea88599140fa298cf6c2212e2bb79c1c1899665ef
parent75df7c163d096114b23f0c590ba5448fbf7eedaa
Visual Studio builds: Generate .pc files

Generate .pc files for the package, so that it would be easier for
building introspection for packages that depend on GTK+.  Also split
PythonPath into PythonPath and PythonPathX64 to facilitate the build of
introspection files, which need to have Python that is built with the
same ac=rchitecture where GTK+ is built.

Clean up the formatting and spacing a bit.
20 files changed:
build/win32/Makefile.am
build/win32/gtkpc.py [new file with mode: 0644]
build/win32/pc_base.py [new file with mode: 0644]
build/win32/replace.py
build/win32/vs10/Makefile.am
build/win32/vs10/gtk-3.vcxprojin
build/win32/vs10/gtk3-gen-srcs.props
build/win32/vs10/gtk3-install.propsin
build/win32/vs10/gtk3-install.vcxproj
build/win32/vs10/gtk3-install.vcxproj.filters [new file with mode: 0644]
build/win32/vs10/gtk3-prebuild.vcxproj.filters [new file with mode: 0644]
build/win32/vs10/gtk3-version-paths.props.in
build/win32/vs11/Makefile.am
build/win32/vs12/Makefile.am
build/win32/vs14/Makefile.am
build/win32/vs9/gtk-3.vcprojin
build/win32/vs9/gtk3-gen-srcs.vsprops
build/win32/vs9/gtk3-install.vcproj
build/win32/vs9/gtk3-install.vspropsin
build/win32/vs9/gtk3-version-paths.vsprops.in